PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStandardRectangle Class / PDFStandardRectangle Constructor / PDFStandardRectangle Constructor(PDFPoint,PDFPoint)
The position of lower-left corner of the rectangle.
The position of upper-right corner of the rectangle.
In This Topic
    PDFStandardRectangle Constructor(PDFPoint,PDFPoint)
    In This Topic
    Initializes a new PDFStandardRectangle object.
    Syntax
    public PDFStandardRectangle( 
       PDFPoint ll,
       PDFPoint ur
    )

    Parameters

    ll
    The position of lower-left corner of the rectangle.
    ur
    The position of upper-right corner of the rectangle.
    See Also